Class symantec.itools.db.beans.binding.editors.BindingWizardIntroPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.editors.BindingWizardIntroPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----symantec.itools.db.beans.binding.editors.BindingWizardIntroPanel

public class BindingWizardIntroPanel
extends WizardPanel
implements ActionListener
This class is the Introduction page in the BindingWizard.

Version:
1.0 10/11/98
Author:
Hristo Tonev

Variable Index

 o PROP_NO_INTRO_PAGE
 o bindImageLabel
 o bindImagePanel
 o contentPanel
 o coverImageLabel
 o coverImagePanel
 o instructionPane
 o showCheckBox
 o titlePane
 o vcafeAttr

Constructor Index

 o symantec.itools.db.beans.binding.editors.BindingWizardIntroPanel()
 o symantec.itools.db.beans.binding.editors.BindingWizardIntroPanel(BindingWizardController)

Method Index

 o actionPerformed(ActionEvent)
 o cancel()
 o createBindImagePanel()
 o createContentPanel()
 o createCoverImagePanel()
 o createInstructionPane()
 o createTitlePanel()
 o entering()
 o exiting()
 o finish()
 o initControls()
 o main(String[])

Variables

 o PROP_NO_INTRO_PAGE
public static final java.lang.String PROP_NO_INTRO_PAGE
 o bindImageLabel
protected com.sun.java.swing.JLabel bindImageLabel
 o bindImagePanel
protected com.sun.java.swing.JPanel bindImagePanel
 o contentPanel
protected com.sun.java.swing.JPanel contentPanel
 o coverImageLabel
protected com.sun.java.swing.JLabel coverImageLabel
 o coverImagePanel
protected com.sun.java.swing.JPanel coverImagePanel
 o instructionPane
protected com.sun.java.swing.JTextPane instructionPane
 o showCheckBox
protected com.sun.java.swing.JCheckBox showCheckBox
 o titlePane
protected com.sun.java.swing.JTextArea titlePane
 o vcafeAttr
protected com.symantec.itools.vcafe.openapi.Attributes vcafeAttr

Constructors

 o BindingWizardIntroPanel
public BindingWizardIntroPanel()
 o BindingWizardIntroPanel
public BindingWizardIntroPanel(BindingWizardController controller)

Methods

 o actionPerformed
public void actionPerformed(ActionEvent evt)
 o cancel
public void cancel()

Overrides:
cancel in class WizardPanel
 o createBindImagePanel
protected void createBindImagePanel()
 o createContentPanel
protected void createContentPanel()
 o createCoverImagePanel
protected void createCoverImagePanel()
 o createInstructionPane
protected void createInstructionPane()
 o createTitlePanel
protected void createTitlePanel()
 o entering
public void entering()

Overrides:
entering in class WizardPanel
 o exiting
public boolean exiting()

Overrides:
exiting in class WizardPanel
 o finish
public void finish()

Overrides:
finish in class WizardPanel
 o initControls
protected void initControls()
 o main
public static void main(String[] args)

All Packages  Class Hierarchy  This Package  Previous  Next  Index